home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / v cisle / robocopy / rktools.exe / RCDATA / CABINET / rktools.msi / getcm.txt < prev    next >
Text File  |  2003-04-18  |  3KB  |  31 lines

  1. GetCM.exe (New Version) - gets new CM version from Web or file share
  2. -----------------------
  3. Parameters:
  4. /n        - CM Service profile name
  5. /d         - CM Service directory
  6. /l         - local version filename
  7. /serververfile     - URL to server version file (http://server/ver.txt) or server's file share path (\\server1\share\ver.txt)
  8. /serverinstall     - URL to profile.exe (http://server/profile.exe) or servers's file share path (\\server1\share\profile.exe)
  9. /fileshare    - specifies whether to use a file share instead of a URL. (0 - default - no file share, uses URL; 1 - uses fileshare)
  10. /sleep         - Optional sleep time
  11. /mbtype     - Optional message box type (0 - default, no message box; 1 - OK message box, 2 - YES/NO messages (gives user control to download or not))
  12. /text         - Optional message box text (quoted text)
  13. /maxbytes     - Optional maximum bytes to download default 1MB - only applies when using URLs (not used for fileshares)
  14.  
  15.  
  16. Usage:
  17. /n %ServiceName% /d %ServiceDir%  /l LocalVersionFileName /serververfile ServerVersionFile /serverinstall ServerProfileExe /fileshare fileshare /sleep opt_sleep_in_sec /mbtype opt_msgbox_type /text "opt_msgbox_string" /maxbytes max_bytes_to_download
  18.  
  19. Example:
  20. /n %ServiceName% /d %ServiceDir% /l cmversion.txt /serververfile http://server1/share1/cmsrvver.txt /serverinstall http://server/cm/selfhost/profile.exe  /fileshare 0
  21. /n %ServiceName% /d %ServiceDir% /l cmversion.txt /serververfile http://server1/share1/cmsrvver.txt /serverinstall http://server/cm/selfhost/profile.exe /sleep 0 /mbtype 0 /maxbytes 2000000
  22. /n %ServiceName% /d %ServiceDir% /l cmversion.txt /serververfile http://server1/share1/cmsrvver.txt /serverinstall http://server/cm/selfhost/profile.exe /sleep 0 /maxbytes 2000000
  23. /n %ServiceName% /d %ServiceDir% /l cmversion.txt /serververfile http://server1/share1/cmsrvver.txt /serverinstall http://server/cm/selfhost/profile.exe /mbtype 1 /text "A new version of CM will be downloaded."
  24. /n %ServiceName% /d %ServiceDir% /l cmversion.txt /serververfile http://server1/share1/cmsrvver.txt /serverinstall http://server/cm/selfhost/profile.exe /mbtype 2 /text "Do you want to download a newer version?"
  25.  
  26. /n %ServiceName% /d %ServiceDir% /l cmversion.txt /serververfile \\server1\share1\cmsrvver.txt /serverinstall \\server\cm\selfhost\profile.exe /fileshare 1
  27. /n %ServiceName% /d %ServiceDir% /l cmversion.txt /serververfile \\server1\share1\cmsrvver.txt /serverinstall \\server\cm\selfhost\profile.exe /fileshare 1 /sleep 0 /mbtype 0 /text "" /maxbytes 2000000
  28. /n %ServiceName% /d %ServiceDir% /l cmversion.txt /serververfile Z:\share2\cmsrvver.txt /serverinstall Z:\share3\profile.exe /fileshare 1 /sleep 0 /mbtype 0 /text "" /maxbytes 2000000
  29.  
  30.  
  31.